Configuring Anonymous Access in Apache (Linux) |
|
- Open the file <Process_Platform_Installation_Directory>/components/webgateway/Apache/cordys_apache.conf in a text editor.
- Replace the following
Alias /cordys <Cordys>/Web <Directory <Cordys>/Web> AllowOverride All AuthType Basic AuthName "Cordys" AuthUserFile "<Process_Platform_Installation_Directory>/components/webgateway/Apache/htpasswd" require valid-user </Directory>
with
Alias /cordys <Cordys>/Web <Directory <Cordys>/Web> AllowOverride All AuthType Basic AuthName "Cordys' AuthUserFile "<Process_Platform_Installation_Directory>/components/webgateway/Apache/htpasswd" #require valid-user Allow from all Anonymous anonymous </Directory>
- Replace the following section:
Alias /wcpdev <apache>/htdocs/wcpdev <Directory <apache>/htdocs/wcpdev> AllowOverride All AuthType Basic AuthName "Cordys" AuthUserFile "<Process_Platform_Installation_Directory>/components/webgateway/Apache/htpasswd" require valid-user </Directory>
with
Alias /wcpdev <apache>/htdocs/wcpdev <Directory <apache>/htdocs/wcpdev> AllowOverride All AuthType Basic AuthName "Cordys" AuthUserFile "<Process_Platform_Installation_Directory>/components/webgateway/Apache/htpasswd" Allow from all #require valid-user Anonymous anonymous </Directory>
- Save the changes in cordys_apache.conf.
- Restart Apache to apply the changes.
Anonymous access is enabled for Cordys.
Note: SSPI authentication is not used anymore hence removeLoadModule sspi_auth_module modules/mod_auth_sspi.so